3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The Error Manager provides routines that you can use to retrieve errors that are specific to a particular operating system. In general, these errors are posted by the underlying operating system in response to errors encountered when accessing a file, a resource, or a window system.
You can use the Q3MacintoshError_Get function to get the most recent and the oldest unreported error generated by the Macintosh Operating System.
OSErr Q3MacintoshError_Get (OSErr *firstMacErr);
Previous | QD3D Book | Overview | Chapter Contents | Next |